runtime.m.oldp (field)

5 uses

	runtime (current package)
		proc.go#L4455: 	gp.m.oldp.set(pp)
		proc.go#L4500: 	pp := gp.m.oldp.ptr()
		proc.go#L4627: 	oldp := gp.m.oldp.ptr()
		proc.go#L4628: 	gp.m.oldp = 0
		runtime2.go#L569: 	oldp            puintptr // the p that was attached before executing a syscall